CaptionType Enumeration
Represents the geometry of the line of a caption.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration CaptionType
| StraightLine | 0 |
A line perpendicular to the escape direction is drawn to the caption point.
|
| AngledLine | 1 |
A line is drawn to the caption point.
|
| AngledConnectorLine | 2 |
A line in escape direction is drawn, followed by a line to the caption point.
|
| None | 3 |
None.
|